[INFO] cloning repository https://github.com/thomcc/bad3d
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomcc/bad3d" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomcc%2Fbad3d", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomcc%2Fbad3d'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e8ecd7f4f37444c8336480d3ae754e5a83204d01
[INFO] checking thomcc/bad3d against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomcc%2Fbad3d" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/thomcc/bad3d
[INFO] finished tweaking git repo https://github.com/thomcc/bad3d
[INFO] tweaked toml for git repo https://github.com/thomcc/bad3d written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/thomcc/bad3d on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/thomcc/bad3d already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `env_logger` dependency)
[INFO] [stderr] warning: `bad3d` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070
[INFO] running `Command { std: "docker" "start" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
[INFO] [stderr] (in the `env_logger` dependency)
[INFO] [stderr] warning: `bad3d` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling autocfg v0.1.5
[INFO] [stderr]    Compiling cc v1.0.38
[INFO] [stderr]    Compiling xml-rs v0.8.0
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]    Compiling syn v0.15.43
[INFO] [stderr]    Compiling pkg-config v0.3.15
[INFO] [stderr]     Checking stb_truetype v0.2.6
[INFO] [stderr]    Compiling parking_lot_core v0.5.0
[INFO] [stderr]     Checking downcast-rs v1.0.4
[INFO] [stderr]     Checking same-file v1.0.5
[INFO] [stderr]    Compiling parking_lot v0.8.0
[INFO] [stderr]     Checking log v0.4.8
[INFO] [stderr]     Checking xdg v2.2.0
[INFO] [stderr]     Checking walkdir v2.2.9
[INFO] [stderr]     Checking lock_api v0.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling x11-dl v2.18.3
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking takeable-option v0.4.0
[INFO] [stderr]     Checking regex-syntax v0.6.11
[INFO] [stderr]     Checking almost v0.1.0
[INFO] [stderr]     Checking almost v0.2.0
[INFO] [stderr]     Checking handy v0.1.3
[INFO] [stderr]     Checking smallbitvec v2.4.0
[INFO] [stderr]     Checking chek v0.1.0
[INFO] [stderr]     Checking t3m v0.1.0 (/opt/rustwide/workdir/t3m)
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling imgui-sys v0.1.0
[INFO] [stderr]    Compiling mimalloc-sys v0.1.5
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stdout] warning: unused import: `macros::*`
[INFO] [stdout]  --> t3m/src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub use macros::*;
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> t3m/src/vec/mod.rs:287:53
[INFO] [stdout]     |
[INFO] [stdout] 287 |                 $(debug_assert_ne!(v.$field, 0.0);)+;
[INFO] [stdout]     |                                                     ^
[INFO] [stdout] ...
[INFO] [stdout] 600 | do_vec_boilerplate!(V2 { x: 0, y: 1 }, 2, (f32, f32));
[INFO] [stdout]     | ----------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `do_vec_boilerplate` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary braces around assigned value
[INFO] [stdout]    --> t3m/src/quat.rs:568:23
[INFO] [stdout]     |
[INFO] [stdout] 568 |             "sse2" => { super::simd::quat_mul_quat(self, other) },
[INFO] [stdout]     |                       ^^                                       ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 568 -             "sse2" => { super::simd::quat_mul_quat(self, other) },
[INFO] [stdout] 568 +             "sse2" => super::simd::quat_mul_quat(self, other),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> t3m/src/vec/mod.rs:652:34
[INFO] [stdout]     |
[INFO] [stdout] 652 |             (self.x * (std::u16::MAX as f32)).trunc() as u16,
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> t3m/src/vec/mod.rs:653:34
[INFO] [stdout]     |
[INFO] [stdout] 653 |             (self.y * (std::u16::MAX as f32)).trunc() as u16,
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f32`
[INFO] [stdout]    --> t3m/src/vec/v3.rs:521:38
[INFO] [stdout]     |
[INFO] [stdout] 521 |         self.length_sq() < std::f32::MIN_POSITIVE * std::f32::MIN_POSITIVE
[INFO] [stdout]     |                                      ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f32`
[INFO] [stdout]    --> t3m/src/vec/v3.rs:521:63
[INFO] [stdout]     |
[INFO] [stdout] 521 |         self.length_sq() < std::f32::MIN_POSITIVE * std::f32::MIN_POSITIVE
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MIN`: replaced by the `MIN` associated constant on `f32`
[INFO] [stdout]    --> t3m/src/simd.rs:246:51
[INFO] [stdout]     |
[INFO] [stdout] 246 |         let mut best = sse::_mm_set1_ps(std::f32::MIN);
[INFO] [stdout]     |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MIN`: replaced by the `MIN` associated constant on `f32`
[INFO] [stdout]    --> t3m/src/simd.rs:247:52
[INFO] [stdout]     |
[INFO] [stdout] 247 |         let mut best4 = sse::_mm_set1_ps(std::f32::MIN);
[INFO] [stdout]     |                                                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking dlib v0.4.1
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking ordered-float v1.0.2
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> t3m/src/vec/idx3.rs:10:31
[INFO] [stdout]    |
[INFO] [stdout] 10 | const MAX_IDX: usize = Index::max_value() as usize;
[INFO] [stdout]    |                               ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling gl_generator v0.11.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]     Checking backtrace v0.3.34
[INFO] [stderr]     Checking rusttype v0.7.7
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> t3m/src/vec/ivec.rs:292:24
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let max = u16::max_value() as f32;
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> t3m/src/vec/mod.rs:724:24
[INFO] [stdout]     |
[INFO] [stdout] 724 |         let max = u16::max_value() as f32;
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking mimallocator v0.1.3
[INFO] [stdout] warning: trait `Sealed` is never used
[INFO] [stdout]  --> t3m/src/traits.rs:2:15
[INFO] [stdout]   |
[INFO] [stdout] 2 |     pub trait Sealed {}
[INFO] [stdout]   |               ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bad3d v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking parking_lot_core v0.4.0
[INFO] [stdout] warning: use of deprecated module `std::i32`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/hull.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{f32, i32, isize, ops::*, usize};
[INFO] [stdout]   |                ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::isize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/hull.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{f32, i32, isize, ops::*, usize};
[INFO] [stdout]   |                     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::usize`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/hull.rs:3:36
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::{f32, i32, isize, ops::*, usize};
[INFO] [stdout]   |                                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:106:20
[INFO] [stdout]     |
[INFO] [stdout] 106 |         a <= (i32::MAX as usize) && b <= (i32::MAX as usize) && c <= (i32::MAX as usize),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:106:48
[INFO] [stdout]     |
[INFO] [stdout] 106 |         a <= (i32::MAX as usize) && b <= (i32::MAX as usize) && c <= (i32::MAX as usize),
[INFO] [stdout]     |                                                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:106:76
[INFO] [stdout]     |
[INFO] [stdout] 106 |         a <= (i32::MAX as usize) && b <= (i32::MAX as usize) && c <= (i32::MAX as usize),
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:111:14
[INFO] [stdout]     |
[INFO] [stdout] 111 |         i32::MAX
[INFO] [stdout]     |              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/hull.rs:482:50
[INFO] [stdout]     |
[INFO] [stdout] 482 |     let mut plane = Plane::new(V3::zero(), -f32::MAX);
[INFO] [stdout]     |                                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/hull.rs:499:53
[INFO] [stdout]     |
[INFO] [stdout] 499 |         let mut face = Plane::new(V3::zero(), -f32::MAX);
[INFO] [stdout]     |                                                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::i32::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:602:33
[INFO] [stdout]     |
[INFO] [stdout] 602 |     assert!(verts.len() < (i32::MAX as usize));
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::isize::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:608:16
[INFO] [stdout]     |
[INFO] [stdout] 608 |         isize::MAX
[INFO] [stdout]     |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MIN_POSITIVE`: replaced by the `MIN_POSITIVE` associated constant on `f32`
[INFO] [stdout]    --> src/gjk.rs:327:44
[INFO] [stdout]     |
[INFO] [stdout] 327 |             separation: pa.dist(pb) + f32::MIN_POSITIVE,
[INFO] [stdout]     |                                            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::EPSILON`: replaced by the `EPSILON` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:271:61
[INFO] [stdout]     |
[INFO] [stdout] 271 |             if self.next_pose.orientation.0[i].abs() < f32::EPSILON / 4.0 {
[INFO] [stdout]     |                                                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:352:38
[INFO] [stdout]     |
[INFO] [stdout] 352 |         if self.target_spin == -f32::MAX {
[INFO] [stdout]     |                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:431:46
[INFO] [stdout]     |
[INFO] [stdout] 431 |         let lim = force_lim.unwrap_or((-f32::MAX, f32::MAX));
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:431:56
[INFO] [stdout]     |
[INFO] [stdout] 431 |         let lim = force_lim.unwrap_or((-f32::MAX, f32::MAX));
[INFO] [stdout]     |                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:642:44
[INFO] [stdout]     |
[INFO] [stdout] 642 |             (0.0, max_force.unwrap_or(f32::MAX)),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:716:76
[INFO] [stdout]     |
[INFO] [stdout] 716 |             self.angular(AngularConstraint::new(handles, xd1, spin, (-f32::MAX, f32::MAX)));
[INFO] [stdout]     |                                                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:716:86
[INFO] [stdout]     |
[INFO] [stdout] 716 |             self.angular(AngularConstraint::new(handles, xd1, spin, (-f32::MAX, f32::MAX)));
[INFO] [stdout]     |                                                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:722:28
[INFO] [stdout]     |
[INFO] [stdout] 722 |                 (0.0, f32::MAX),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:728:28
[INFO] [stdout]     |
[INFO] [stdout] 728 |                 (0.0, f32::MAX),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:737:24
[INFO] [stdout]     |
[INFO] [stdout] 737 |                 (-f32::MAX, f32::MAX),
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:737:34
[INFO] [stdout]     |
[INFO] [stdout] 737 |                 (-f32::MAX, f32::MAX),
[INFO] [stdout]     |                                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:744:28
[INFO] [stdout]     |
[INFO] [stdout] 744 |                 (0.0, f32::MAX),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:750:28
[INFO] [stdout]     |
[INFO] [stdout] 750 |                 (0.0, f32::MAX),
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:757:20
[INFO] [stdout]     |
[INFO] [stdout] 757 |             (-f32::MAX, f32::MAX),
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:757:30
[INFO] [stdout]     |
[INFO] [stdout] 757 |             (-f32::MAX, f32::MAX),
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:831:70
[INFO] [stdout]     |
[INFO] [stdout] 831 |         let torque_min = if angle_degrees > 0.0 { 0.0 } else { -f32::MAX };
[INFO] [stdout]     |                                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:836:31
[INFO] [stdout]     |
[INFO] [stdout] 836 |             (torque_min, f32::MAX),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/phys/mod.rs:899:33
[INFO] [stdout]     |
[INFO] [stdout] 899 |                 Some((0.0, f32::MAX)),
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u16`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]   --> src/shape.rs:57:24
[INFO] [stdout]    |
[INFO] [stdout] 57 |         use std::{f32, u16};
[INFO] [stdout]    |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::u16::MAX`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]   --> src/shape.rs:58:47
[INFO] [stdout]    |
[INFO] [stdout] 58 |         chek::le!(bands.0 * bands.1 * 4, u16::MAX as usize);
[INFO] [stdout]    |                                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::u16`: all constants in this module replaced by associated constants on the type
[INFO] [stdout]  --> src/wingmesh.rs:2:16
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::{f32, u16};
[INFO] [stdout]   |                ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f32::MAX`: replaced by the `MAX` associated constant on `f32`
[INFO] [stdout]    --> src/bsp.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |     let mut min_val = f32::MAX;
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/hull.rs:566:30
[INFO] [stdout]     |
[INFO] [stdout] 566 |         assert!(tmaxi < u16::max_value() as usize, "overflowed u16 for tri index");
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking parking_lot v0.7.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.5
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.3
[INFO] [stderr]    Compiling glium v0.25.1
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl u16>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]  --> src/wingmesh.rs:7:23
[INFO] [stdout]   |
[INFO] [stdout] 7 | const INV: Idx = u16::max_value();
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking regex v1.2.1
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `AtFlags`.
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.14.1/src/unistd.rs:800:56
[INFO] [stdout]     |
[INFO] [stdout] 800 |                       args_p.as_ptr(), env_p.as_ptr(), flags);
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `AtFlags` does not implement `VaArgSafe`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.14.1/src/unistd.rs:800:56
[INFO] [stdout]     |
[INFO] [stdout] 800 |                       args_p.as_ptr(), env_p.as_ptr(), flags);
[INFO] [stdout]     |                                                        ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]     = note: requested on the command line with `--force-warn invalid-c-variadic-arguments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nix` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070", kill_on_drop: false }`
[INFO] [stdout] 22895aa4420714f4024b60c13759235631731e4271abac884f85ce437c948070
